home *** CD-ROM | disk | FTP | other *** search
/ PCMania 34 / PCMania CD34.iso / sharewar / util / clip / winmsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-27  |  372 b   |  18 lines

  1. // winmsg.h RHS 12/13/91
  2.  
  3. // add a macro to this file for each message supported in the virtual table
  4.  
  5. #define _WM_PAINT
  6. #define _WM_CREATE
  7. #define _WM_DRAWCLIPBOARD
  8. #define _WM_CHANGECBCHAIN
  9. #define _WM_CLOSE
  10. #define _WM_DESTROY
  11. #define _WM_CTLCOLOR
  12. #define _WM_TIMER
  13. #define _WM_COMMAND
  14. #define _WM_INITMENU
  15. #define _WM_SYSCOMMAND
  16. #define _WM_ACTIVATE
  17.  
  18.